home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / c / tc2pat.com / PATTC.BAT < prev    next >
Encoding:
DOS Batch File  |  1989-10-10  |  593 b   |  21 lines

  1. echo off
  2. echo 
  3. echo This batch file changes __TURBOC__ to "0x0200" in TC.EXE
  4. echo and fixes the INT 60H problem.
  5. echo 
  6. echo Syntax:  PATTC [TC-Directory]
  7. echo Example: PATTC C:\TC\
  8. echo 
  9. echo If no parameter is specified for the Turbo C directory,  TC.EXE in 
  10. echo the current directory is patched.  Note: If you specify a pathname,
  11. echo the last '\' is required.
  12. echo 
  13. echo PATCH.COM must be in the current directory or on your DOS exec path.
  14. echo 
  15. echo Hit any key to patch Turbo C, ^C to exit
  16. echo 
  17. pause
  18. PATCH VERSION.DIF %1TC.EXE
  19. echo 
  20. PATCH INT60.DIF %1TC.EXE
  21.